home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the visible of sprite 7 to 1
- if the timer < 670 then
- if the loaded of member "asthumans" = 0 then
- preloadMember("asthumans")
- end if
- if the loaded of member "astquads" = 0 then
- preloadMember("astquads")
- end if
- if the loaded of member "astbirds" = 0 then
- preloadMember("astbirds")
- end if
- if the loaded of member "astsnakes" = 0 then
- preloadMember("astsnakes")
- end if
- if the loaded of member "astfish" = 0 then
- preloadMember("astfish")
- end if
- if the loaded of member "astinsect" = 0 then
- preloadMember("astinsect")
- end if
- if the loaded of member "astmollusc" = 0 then
- preloadMember("astmollusc")
- end if
- if the loaded of member "astmoulds" = 0 then
- preloadMember("astmoulds")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(58)
- end
-